/*
 Theme Name:     PSA Divi Theme
 Theme URI:      
 Description:    PSA Divi Theme
 Author:         ProSiteAudit
 Author URI:     https://www.prositeaudit.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#phone-gif img { border-radius: 50px !important; }


/* Scrolling Text */

.hidden {
 opacity:0;
}
.console-container {
 font-size:20em;
 text-align:center;
 height:30px;
 width:600px;
 display:inline;
 position:relative;
 color:black;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
}
.console-underscore {
 display:inline-block;
 position:relative;
 left:10px;
}

p#scrollingText { 
font-weight: bold;
font-size: 35px; 
height: 30px;
margin-top: 0 !important;
}

@media (max-width: 750px) {
  .console-container {  font-size:2em; }
}

/* Header links blue */
#top-menu a:not(:last-child) {
color: #2EA3F2;
}

/* Space out the blurbs */
.et_pb_main_blurb_image {
    margin-bottom: 5px;
    text-align: center;
}

.et_pb_blurb h4 {
    padding-bottom: 13px;
}

@import url(https://fonts.googleapis.com/css?family=Permanent+Marker); 

.handwritten .et_pb_blurb_container h4 {
font-family: "Permanent Marker", Open Sans, Sans-Serif;
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}
