/*
Theme Name: Great Bible Study
Author: Robert L
Description: Great Bible Study's custom theme for Wordpress.
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Raleway|PT+Sans|Arsenal');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url("mobile.css") screen and (max-width: 600px);
@import url("tablet.css") screen and (min-width: 601px) and (max-width: 950px);
@import url("desktop.css") screen and (min-width: 951px);

/* Below are WordPress default CSS entries */

.alignright {
 float: right;
}

.alignleft {
 float: left;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}
