/* 
 Theme Name:   OMG National Theme 18
 Theme URI:    https://omgnational.com
 Description:  
 Author:       Corain Cash
 Author URI:   
 Template:     generatepress
 Version:      1.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/**----GENERAL INFORMATION --------
-------------------------------*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}

p {
	font-size:15px;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:32px;
}

/**----COPYRIGHT CODE--------
-------------------------------*/
#omglogo img { 
max-width:100px; 
}
#omgfooter {
display:block;
width:435px;
margin: 0 auto;
}
#omglogo {
float:left;
margin-right:10px;
}

#copytext {
float:right;
text-align: left;
font-size:13px;
}

@media (max-width:425px) {
#omgfooter {
    width: 259px;
}
#copytext {
float: none;
text-align: center;
}
#omglogo {
float: none;
}}


/**----MEDIA QUERIES--------
-------------------------------*/
@media (max-width:1200px) {
	h1 {
	font-size:28px;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:28px;
}
}
@media (max-width:768px) {
    .fl-col-small {
        width:100%;
        max-width:100%;
    }
	
    table, tbody, td, tr { 
     display: block; 
     text-align:center;
     width:100%;
	}
h1 {
	font-size:24px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:24px;
}
}

@media (max-width:380px) {
     .g-recaptcha, .ginput_recaptcha {transform:scale(0.67);-webkit-transform:scale(0.67);transform-origin:0 0;-webkit-transform-origin:0 0;} 
}
