/*

Theme Name: ProtectAll Inc.
Theme URI: http://theme.co/x/
Author: Paul Renault
Author URI: http://paulrenault.com/
Description: WordPress theme design by Webslingers.ca for ProtectAll Inc.
Version: 1.0.0
Template: x

*/


.pt-sans,
.pt-sans.h1,
.pt-sans.h2,
.pt-sans.h3,
.pt-sans.h4,
.pt-sans.h5,
.pt-sans.h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

.pt-sans.bold {
    font-weight: 700;
}

.pt-sans.italic {
    font-style: italic;
}


/* Adjustments for mobile menu and logo */
@media only screen and (max-width: 540px) {
    .x-brand img {outline: 0px solid red; 
        max-width: 210px;
        margin-top: 20px
    }
}


/* Homepage  */
@media only screen and (min-width: 540px) {
    a.red-bar-link div {
      display: block;
      border-radius:10%;
      height: 300px;
      width: 290px;
      padding-top: 20px;  
      margin: 0 auto;
    }

    a.red-bar-link div:hover { 
      background: rgba(255, 255, 255, 0.19);
    }
    .to-view-video {
        outline: 0px solid red;
      max-width: 290px;
      margin:10px auto 0 auto;
    }

    .to-view-video img {
      float:left; 
    }
}