/*
Theme Name:     GeneratePress child
Description:    
Author:         Marianne2016
Template:       generatepress

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.Darkbluebox {
background: rgb(42,73,128) !important;
color: #fff;
border-radius: 5px;
}

.Lightbluebox {
background: rgb(132,163,216) !important;
color: #fff;
border-radius: 5px;
}

.Linkbox {
background: rgb(214,222,254) !important;
color: #fff;
border-radius: 5px;
}
.sidebar .widget .widget-title {
    color: #fff;
    font-size: 30px;
}
.indryk td {
    padding: 30px;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  height: 300px;
  max-width: 100%;
}

.bordernone td, .bordernone {
    border-width: 0;
}

.indryk {
background-color: #cbdaf2; 
border-color: #2a4980; 
width: 100%;}

.footer-widget-1,.footer-widget-2,.footer-widget-3 {
background: rgb(132,163,216) !important;
color: #fff;
border-radius: 5px; 
padding-top: 30px;
}