/*
Theme Name: PetitTroll
Theme URI:    https://www.petittroll.com
Description: <strong>A super Troll theme !</strong>
Author: LE PETIT TROLL
Author URI:   https://www.petittroll.com
Template:     petittroll
Version: 1.0.0
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/

@import url(https://fonts.googleapis.com/css?family=Actor);

/*
Desktop Styles
================================================== */

@media only screen and (min-width: 768px) {
  /* Desktop Styles */

}
/*
Mobile Styles
================================================== */

@media only screen and (max-width: 767px) {
  /* Mobile Styles */

}

/*Fonts*/
.flex_column h1, .flex_column h2, .flex_column h3, .flex_column h4, .flex_column h5, .flex_column h6{
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Actor', sans-serif;
}

body p, body {
font-size: 16px;
font-family: 'Actor', sans-serif;
}

.socket_color {
font-family: 'Actor', sans-serif;
}


/*Backgrounds*/
html, .container_wrap_logo, .footer_color, .alternate_color, .main_color{
background-image: url(../../../../../img/troll_background.png);
background-size: auto;
background-position: left top;
background-repeat: repeat;
background-attachment: fixed;
}

.title_container{
background-image: url(../../../../../img/troll_background.png);
background-size: auto;
background-position: left top;
background-repeat: repeat;
background-attachment: fixed;
}

#tandembackground1 {
background-size: cover;
height: 600px;
}

#tandembackground2 {
background-size: cover;
height: 600px;
}

#inipacbackground1 {
background-size: cover;
height: 600px;
}

#pacbackground1 {
background-size: cover;
height: 600px;
}

#perfectbackground1 {
background-size: cover;
height: 600px;
}

#perfectbackground2 {
background-size: cover;
height: 600px;
}

#perfectbackground3 {
background-size: cover;
height: 600px;
}

#perfectbackground4 {
background-size: cover;
height: 600px;
}

/*Logo*/
.logo img {
image-rendering: auto;
}

/*Spacing between paragraphs*/
div .avia-table {
margin-bottom: 10px;
}

body .column-top-margin {
margin-top: 5px;
}